home *** CD-ROM | disk | FTP | other *** search
/ Elite European Models 1 / Elite European Models 1.iso / pc / elite.dxr / 00036.ls < prev    next >
Encoding:
Text File  |  1996-05-06  |  126 b   |  11 lines

  1. on mouseDown
  2.   global z
  3.   if the timer < 30 then
  4.     exit
  5.   end if
  6.   cursor(4)
  7.   go(z)
  8.   hideShow(1, 9, 1, 3)
  9.   cursor(0)
  10. end
  11.